home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / S_T / TIESND.ZIP / PATCH.BAT < prev    next >
DOS Batch File  |  1994-10-10  |  1KB  |  35 lines

  1. @echo off
  2.  
  3. echo   TIE-Fighter Sound Patch Disk       
  4. echo                                                         .
  5. echo   This patch is intended to fix hanging notes when using
  6. echo   the GMIDI or Roland setting for music.
  7. echo   Also, this path features direct support for the Ensoniq
  8. echo   SoundScape audio card.  To select this, run the sound card
  9. echo   setup and select "Express Setup".
  10. echo                                                         .
  11. echo   This patch also includes support for 16-bit DMA settings 
  12. echo   on the Pro Audio Spectrum line of sound cards. This will 
  13. echo   correct the rapid speach that can sometimes occur when using
  14. echo   this setting.
  15. echo                                                         .
  16. echo   Copying files to C:\TIE...
  17.  
  18. @echo off
  19.  
  20. copy gmidi.mdr c:\tie
  21. copy pas.wdr c:\tie
  22. copy roland.mdr c:\tie
  23. copy sndscape.mdr c:\tie
  24. copy sndscape.wdr c:\tie
  25.  
  26.  
  27. @echo off
  28.  
  29. cd c:\tie
  30. c:
  31.  
  32. echo    Type SETMUSE to configure your sound card
  33. echo    or type TIE to start the game.                                                        .
  34.  
  35.